Avoid a crash when setting a tooltip on a GtkCalendar
authorMatthias Clasen <mclasen@redhat.com>
Tue, 9 Feb 2010 02:18:13 +0000 (21:18 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 9 Feb 2010 18:41:58 +0000 (13:41 -0500)
commit412beb444440c01e2e2558cd0d20dac0fc1d9a69
treeffb6e79958590b3a5e4dd24da9bea2f9ea794cb7
parentbeddf67e562e1670d692cb9ba0a2546713cc80fc
Avoid a crash when setting a tooltip on a GtkCalendar

The details code was assuming that it controls ::has-tooltip.
Reported by Bill Nottingham, bug 607344.
gtk/gtkcalendar.c